LocHelper Class

 

Contains a helper class for managing localized strings.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.LocHelper

Syntax

public static class LocHelper
public ref class LocHelper abstract sealed 
Public NotInheritable Class LocHelper

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ConvertToLocalizedFormControl(Control)

Converts the specifified form to a localized form.

System_CAPS_pubmethodSystem_CAPS_static ConvertToWpfString(String)

Converts input text into a format that can be used in Windows Presentation Foundation (WPF) resources.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top