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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา