StandardFormat.Implicit(Char to StandardFormat) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a character to a StandardFormat instance using NoPrecision precision.
public:
static operator System::Buffers::StandardFormat(char symbol);
public static implicit operator System.Buffers.StandardFormat (char symbol);
static member op_Implicit : char -> System.Buffers.StandardFormat
Public Shared Widening Operator CType (symbol As Char) As StandardFormat
Parameters
- symbol
- Char
The character to convert to a StandardFormat value.
Returns
A format with a Symbol property equal to symbol
and a Precision property equal to NoPrecision.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.