StringFormattingGetTruncatedString Method
Truncates a string at the given number of characters (default to 24).
Namespace: Scopos.BabelFish.HelpersAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
public static string GetTruncatedString(
string untruncatedValue,
int numberOfCharacters = 24
)
- untruncatedValue String
- numberOfCharacters Int32 (Optional)
-
String