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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.