ConversionToString(Object, String) Method
Return the formatted String representation of the specified value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToString(
Object value,
string format
)
Public Shared Function ToString (
value As Object,
format As String
) As String
No code example is currently available or this language may not be supported.
- value Object
-
Instance of an object to inspect.
- format String
-
Display Format to apply to the string.
String
Formatted string representation of caller's object.
Allowable formats for Boolean values are the following.
- YesNo
- YN
- TrueFalse
- TF
- 10
- (blank)