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
valueobjectThe object to convert to string.