Search Results for

    Show / Hide Table of Contents

    Method GetValue

    GetValue<T>(String, String, T)

    Declaration
    public T GetValue<T>(string section, string name, T defaultvalue)
    Parameters
    Type Name Description
    System.String section
    System.String name
    T defaultvalue
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    GetValue(String, String)

    Declaration
    public string GetValue(string section, string key)
    Parameters
    Type Name Description
    System.String section
    System.String key
    Returns
    Type Description
    System.String

    GetValue(String, String, String)

    Declaration
    public string GetValue(string section, string key, string defaultvalue)
    Parameters
    Type Name Description
    System.String section
    System.String key
    System.String defaultvalue
    Returns
    Type Description
    System.String
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX