[]
Converts value to string, returns "NULL" if value is null, otherwise returns string in format: "value.ToString()(value.GetType().FullName)".
public static string ValueToString(object value)
Public Shared Function ValueToString(value As Object) As String
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| string |