Enum GuidFormats
Specifies allowed GUID formats in parsing related methods.
Assembly: Cuemon.Core.dll
[Flags]
public enum GuidFormats
Fields
Name |
Description |
Any |
Specified any of the supported GUID formats (N,D,B,P).
|
BraceFormat |
Specified the brace format (B) which consist of 32 digits separated by hyphens, enclosed in brackets, eg. {12345678-1234-1234-1234-123456789abc}.
|
DigitFormat |
Specified the digit format (D) which consist of 32 digits separated by hyphens, eg. 12345678-1234-1234-1234-123456789abc.
|
NumberFormat |
Specified the number format (N) which consist of 32 digits, eg. 12345678123412341234123456789abc.
|
ParenthesisFormat |
Specified the brace format (P) which consist of 32 digits separated by hyphens, enclosed in parentheses, eg. (12345678-1234-1234-1234-123456789abc).
|
Extension Methods
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, TResult>(Func<GuidFormats, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, T4, TResult>(Func<GuidFormats, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, T4, T5, TResult>(Func<GuidFormats, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, T4, T5, T6, TResult>(Func<GuidFormats, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<GuidFormats, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<GuidFormats, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<GuidFormats, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<GuidFormats, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)