Show / Hide Table of Contents

    Class GuidConverterExtensions

    This is an extension implementation of the GuidConverter class.

    Inheritance
    System.Object
    GuidConverterExtensions
    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public static class GuidConverterExtensions

    Methods

    | Improve this Doc

    ToGuid(String)

    Converts the specified value of a GUID to its equivalent System.Guid structure.

    Declaration
    public static Guid ToGuid(this string value)
    Parameters
    Type Name Description
    System.String value

    The GUID to be converted.

    Returns
    Type Description
    System.Guid

    A System.Guid that is equivalent to value.

    Exceptions
    Type Condition
    System.ArgumentNullException

    value is null.

    System.FormatException

    The specified value was not recognized to be a GUID.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX