NetCoreHelpers.StringToUpper(String, CultureInfo) Method

Definition

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

Parameters

str
String
culture
CultureInfo

Returns

Applies to