NetCoreHelpers.StringToUpper(String, CultureInfo) 方法

定义

public static string StringToUpper(this string str, System.Globalization.CultureInfo culture);
static member StringToUpper : string * System.Globalization.CultureInfo -> string
<Extension()>
Public Function StringToUpper (str As String, culture As CultureInfo) As String

参数

str
String
culture
CultureInfo

返回

适用于