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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.