StringPrototype.toLowerCase(Object) 方法

定义

返回根据 InvariantCulture 的大小写规则转换为小写形式的指定字符串的副本。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::String ^ toLowerCase(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLowerCase)]
public static string toLowerCase (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_toLowerCase)>]
static member toLowerCase : obj -> string
Public Shared Function toLowerCase (thisob As Object) As String

参数

thisob
Object

此方法所作用于的对象。

返回

小写字符串。

属性

适用于

另请参阅