Show / Hide Table of Contents

    Class GuidConverter

    This utility class is designed to make System.Guid related conversions easier to work with.

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

    Methods

    | Improve this Doc

    FromString(String)

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

    Declaration
    public static Guid FromString(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