Spring.SystemUtils Namespace

Provides the internal utilities for Spring4D.

 NameDescription
TEnum

Provides static methods to manipulate an enumeration type.

TVariant

Provides static methods to manipulate an Variant type.

Top
 NameDescription
ConvertStrToDateTime(string,string)

Parses a string to a datetime value based on the specified format. An EConvertError exception will be raised if failed to parse the string.

GetByteLength(RawByteString)

Overloaded. Retrieves the byte length of a RawByteString (AnsiString or UTF8String).

GetByteLength(string)

Overloaded. Retrieves the byte length of a unicode string.

GetByteLength(WideString)

Overloaded. Retrieves the byte length of a WideString.

SplitNullTerminatedStrings(PChar)

Returns a string array that contains the substrings in the buffer that are delimited by null char (#0) and ends with an additional null char.

SplitString(PChar)

Overloaded. Returns a string array that contains the substrings in the buffer that are delimited by null char (#0) and ends with an additional null char.

SplitString(PChar,Integer,TSysCharSet,Boolean)

Overloaded. Represents method SplitString(PChar,Integer,TSysCharSet,Boolean).

SplitString(string,TSysCharSet,Boolean)

Overloaded. Overloads. SplitString

SplitString(TCharArray,TSysCharSet,Boolean)

Overloaded. Represents method SplitString(TCharArray,TSysCharSet,Boolean).

TryConvertStrToDateTime(string,string,TDateTime)

Try parsing a string to a datetime value based on the specified format. Returns True if the input string matches the format.

Top