ArcFM Desktop Developer Guide
ExpandByCharactersCount Method


The number of characters in the original string.
Determine the number of characters a string should be increased to simulate cultural differences in phrase length.
Syntax
'Declaration
 
Public Shared Function ExpandByCharactersCount( _
   ByVal originalStringLength As Integer _
) As Integer
'Usage
 
Dim originalStringLength As Integer
Dim value As Integer
 
value = PseudoTranslationTools.ExpandByCharactersCount(originalStringLength)
public static int ExpandByCharactersCount( 
   int originalStringLength
)

Parameters

originalStringLength
The number of characters in the original string.

Return Value

The number of characters by which the string should be increased.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PseudoTranslationTools Class
PseudoTranslationTools Members

 

 


Send Comment