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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.