Preferences.Get 方法

定义

重载

Get(String, String, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Int64, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Int32, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Double, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, DateTime, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Boolean, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Single, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Single)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Int64)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Int32)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Double)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, DateTime)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, Boolean)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

Get(String, String, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static string Get (string key, string defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.String

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.String

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Int64, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static long Get (string key, long defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.Int64

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.Int64

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Int32, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static int Get (string key, int defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.Int32

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.Int32

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Double, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static double Get (string key, double defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.Double

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.Double

给定键的值;如果不存在,则为默认值。

适用于

Get(String, DateTime, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static DateTime Get (string key, DateTime defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.DateTime

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.DateTime

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Boolean, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static bool Get (string key, bool defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.Boolean

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.Boolean

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Single, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static float Get (string key, float defaultValue, string sharedName);

参数

key
System.String

首选项键。

defaultValue
System.Single

如果键不存在,则返回的默认值。

sharedName
System.String

共享容器密钥。

返回

System.Single

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Single)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static float Get (string key, float defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.Single

如果键不存在,则返回的默认值。

返回

System.Single

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Int64)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static long Get (string key, long defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.Int64

如果键不存在,则返回的默认值。

返回

System.Int64

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Int32)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static int Get (string key, int defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.Int32

如果键不存在,则返回的默认值。

返回

System.Int32

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Double)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static double Get (string key, double defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.Double

如果键不存在,则返回的默认值。

返回

System.Double

给定键的值;如果不存在,则为默认值。

适用于

Get(String, DateTime)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static DateTime Get (string key, DateTime defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.DateTime

如果键不存在,则返回的默认值。

返回

System.DateTime

给定键的值;如果不存在,则为默认值。

适用于

Get(String, Boolean)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static bool Get (string key, bool defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.Boolean

如果键不存在,则返回的默认值。

返回

System.Boolean

给定键的值;如果不存在,则为默认值。

适用于

Get(String, String)

获取给定键的值;如果键不存在,则获取指定的默认值。

public static string Get (string key, string defaultValue);

参数

key
System.String

首选项键。

defaultValue
System.String

如果键不存在,则返回的默认值。

返回

System.String

给定键的值;如果不存在,则为默认值。

适用于