UserProperties.GetPropertyInt

GetPropertyInt(string)

获取整数属性值。

public virtual int GetPropertyInt(string key)
范围类型描述
keyString财产名称。

返回值

适当的价值。

也可以看看


GetPropertyInt(string, int)

获取整数属性值。如果请求的属性不存在,则返回提供的默认值。

public virtual int GetPropertyInt(string key, int def)
范围类型描述
keyString财产名称。
defInt32属性的默认值。

返回值

适当的价值。

也可以看看