Share via


ManagementPackDataType.GetTransform Method

Definition

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

Overloads

GetTransform(String)

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

GetTransform(CultureInfo)

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

GetTransform()

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

GetTransform(String)

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

public:
 System::String ^ GetTransform(System::String ^ threeLetterWindowsLanguageName);
public string GetTransform (string threeLetterWindowsLanguageName);
member this.GetTransform : string -> string
Public Function GetTransform (threeLetterWindowsLanguageName As String) As String

Parameters

threeLetterWindowsLanguageName
String

The language code to try to get the transform for.

Returns

The transform.

Applies to

GetTransform(CultureInfo)

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

public:
 System::String ^ GetTransform(System::Globalization::CultureInfo ^ cultureInfo);
public string GetTransform (System.Globalization.CultureInfo cultureInfo);
member this.GetTransform : System.Globalization.CultureInfo -> string
Public Function GetTransform (cultureInfo As CultureInfo) As String

Parameters

cultureInfo
CultureInfo

The CultureInfo value of the data type.

Returns

The transform.

Applies to

GetTransform()

Retrieves the transform that applies to the given data type for the currently connected culture, or English by default.

public:
 System::String ^ GetTransform();
public string GetTransform ();
member this.GetTransform : unit -> string
Public Function GetTransform () As String

Returns

The transform.

Applies to