Persistate API documentation
Crop Method (toCrop, cropBy)
NamespacesPersistateUtlCrop(String, Int32)

[This is preliminary documentation and is subject to change.]

Crops characters from the start or end of a string.
Declaration Syntax
C#
public static string Crop(
	string toCrop,
	int cropBy
)
Parameters
toCrop (String)
The string to crop
cropBy (Int32)
The number of characters to crop. If negative, characters are cropped from the end of the string, otherwise from the start.
Return Value
The cropped string.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)