Method | Description | |
---|---|---|
CanFormat ( Type from ) : bool |
Whether a value of a given type can be converted to a string.
|
|
CanParse ( Type to ) : bool |
Whether a value of a given type can be converted from a string.
|
|
Parse ( ) : object |
Converts a ReadOnlySpan{Char}s to a string.
|
public CanFormat ( Type from ) : bool | ||
from | Type | The type to convert from. |
return | bool |
public CanParse ( Type to ) : bool | ||
to | Type | The type to convert to. |
return | bool |