ByteToString Method (String) |
Converts the value of the current
Byte object to its equivalent string representation using the specified format.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string ToString(
string format
)
Parameters
- format
- Type: SystemString
A numeric format string.
Return Value
Type:
StringThe string representation of the current
Byte object, formatted as specified by the
format parameter.
Exceptions Exception | Condition |
---|
FormatException | format includes an unsupported specifier. Supported format specifiers are listed in the Remarks section. |
See Also