op_Explicit

explicit operator

Casts specificeradeQuoteType instans tillChar

public static explicit operator char(QuoteType quote)
Parameter Typ Beskrivning
quote QuoteType Citattyp instans att casta

Se även


explicit operator

Cast-specifikaChar till motsvarandeQuoteType , kastar undantag om casting är invalid

public static explicit operator QuoteType(char character)
Parameter Typ Beskrivning
character Char Ett enkel citattecken (U+0027 APOSTROF) eller dubbelcitattecken (U+0022 CITATTECKN). Undantag kommer att kastas om någon annan karaktär kommer att anges.

Undantag

undantag skick
ArgumentOutOfRangeException SpecificeradChar är varken ett citattecken eller apostrof

Se även