LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class LdValue.Convert

    Inheritance
    object
    LdValue.Convert
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk
    Assembly: LaunchDarkly.CommonSdk.dll
    Syntax
    public static class LdValue.Convert

    Fields

    Bool

    Declaration
    public static readonly LdValue.Converter<bool> Bool
    Field Value
    Type Description
    LdValue.Converter<bool>

    Double

    Declaration
    public static readonly LdValue.Converter<double> Double
    Field Value
    Type Description
    LdValue.Converter<double>

    Float

    Declaration
    public static readonly LdValue.Converter<float> Float
    Field Value
    Type Description
    LdValue.Converter<float>

    Int

    Declaration
    public static readonly LdValue.Converter<int> Int
    Field Value
    Type Description
    LdValue.Converter<int>

    Json

    Declaration
    public static readonly LdValue.Converter<LdValue> Json
    Field Value
    Type Description
    LdValue.Converter<LdValue>

    Long

    Declaration
    public static readonly LdValue.Converter<long> Long
    Field Value
    Type Description
    LdValue.Converter<long>

    String

    Declaration
    public static readonly LdValue.Converter<string> String
    Field Value
    Type Description
    LdValue.Converter<string>
    In this article
    Back to top Generated by DocFX