Table of Contents

Class AppLangConverter

Namespace
SunamoLang.SunamoI18N.Converts
Assembly
SunamoLang.dll

Provides conversion between AppLang and string representations.

public static class AppLangConverter
Inheritance
AppLangConverter
Inherited Members

Methods

ConvertFrom(AppLang)

Converts an AppLang instance to its string representation.

public static string ConvertFrom(AppLang appLang)

Parameters

appLang AppLang

The AppLang instance to convert.

Returns

string

A string representation of the AppLang.

ConvertTo(string)

Converts a two-character string to an AppLang instance.

public static AppLang ConvertTo(string text)

Parameters

text string

A two-character string where each character represents a byte value.

Returns

AppLang

An AppLang instance constructed from the string.