Okapi .NET Library

ILocalizationDirectives.Process Method 

 [This is preliminary documentation and subject to change.]

Processes a text with localization directives.

[Visual Basic]
Sub Process( _ 
   ByVal p_sText As String _ 
)
[C#]
void Process(
   string p_sText
);
[C++]
void Process(
   String* p_sText
);
[JScript]
function Process(
   String p_sText
);

Parameters

p_sText
The text that contains the directives.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace