Click or drag to resize

imbStringOperationsgetLengthOrNumber Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns string length or it's integer value in case it is a proper number, e.g.: 4, or 6.2

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int getLengthOrNumber(
	string input
)
Request Example View Source

Parameters

input
Type: SystemString
String form of a number or real textual string

Return Value

Type: Int32
See Also