ZennoLab Assemblies Documentation
Translit Method
Example 

Type: System.String

The source string.

Converts the string to translit.
Syntax
public static string Translit( 
   string sourceString
)

Parameters

sourceString

Type: System.String

The source string.

Return Value

Type: System.String

A translit string.

Example
The following example shows call the Translit method.
var result = Macros.TextProcessing.Translit("Переводим в транслит.");
return result;
 
// result = "Perevodim v translit."
$result = Macros::TextProcessing::Translit("Переводим в транслит.");
return $result;
 
// result = "Perevodim v translit."
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

TextProcessing Class
TextProcessing Members
Spintax Method
Translate Method

Send Feedback