[]
Converts the specified value to a string representation.
public static string ToString(object value)
Public Shared Function ToString(value As Object) As String
Type | Name | Description |
---|---|---|
object | value | Value to convert |
Type | Description |
---|---|
string | String representation of the specified value |
Type | Condition |
---|---|
InvalidCastException | Value cannot be converted. |