StandardFormat(Char, Byte) Constructor

Definitie

Initialiseert een nieuw exemplaar van de StandardFormat structuur.

public StandardFormat(char symbol, byte precision = 255);
new System.Buffers.StandardFormat : char * byte -> System.Buffers.StandardFormat
Public Sub New (symbol As Char, Optional precision As Byte = 255)

Parameters

symbol
Char

Een typespecifieke notatieaanduiding, zoals 'G', 'D' of 'X'.

precision
Byte

Een optionele precisie tussen 0 en 99, of de speciale waarde (de standaardwaarde NoPrecision ).

Uitzonderingen

symbol is niet NoPrecision, en de waarde ervan is groter dan MaxPrecision.

– of –

symbol kan niet worden geconverteerd naar een Byte.

Van toepassing op