For Babelfish Release 1.11.3.13

StringComparison Class

Definition

Namespace: Scopos.BabelFish.Helpers.Extensions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public static class StringComparison
Inheritance
Object    StringComparison

Methods

CompareToAsIntegers Compares two strings, as if they were integers. This is often times needed when a relay value, or a firing point value is represented by a string, but is human readable as an integer. For example "Relay 01" or "Firing Poing 08". If a string and a integer (e.g. "A" vs "01") is compared, the integer has the higher value.

See Also