Show / Hide Table of Contents

    Enum GuidFormats

    Specifies allowed GUID formats in parsing related methods.

    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    [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

    ByteConverterExtensions.ToByteArray<GuidFormats>()
    ConverterExtensions.ParseWith<GuidFormats, TResult>(Func<GuidFormats, TResult>)
    ConverterExtensions.ParseWith<GuidFormats, T, TResult>(Func<GuidFormats, T, TResult>, T)
    ConverterExtensions.ParseWith<GuidFormats, T1, T2, TResult>(Func<GuidFormats, T1, T2, TResult>, T1, T2)
    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)
    ConverterExtensions.As<TResult>()
    ConverterExtensions.As<TResult>(TResult)
    ConverterExtensions.As<TResult>(TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<GuidFormats>()
    DelegateUtilityExtensions.DynamicWrap<GuidFormats>()
    TweakerExtensions.Adjust<GuidFormats>(Func<GuidFormats, GuidFormats>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<GuidFormats>()
    WrapperExtensions.UseWrapper<GuidFormats>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<GuidFormats>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<GuidFormats>()
    HashUtilityExtensions.ComputeHash(Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX