Table of Contents

Class CastHelper

Namespace
SunamoShared.Helpers
Assembly
SunamoShared.dll

Provides helper methods for casting and converting objects to specific types.

public class CastHelper
Inheritance
CastHelper
Inherited Members
Extension Methods

Methods

ToString(object)

Converts an object to its string representation, supporting string and List of string types.

public static string ToString(object value)

Parameters

value object

The object to convert to string.

Returns

string