RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods Methods

The ExtensionMethods type exposes the following members.

Methods


  Name Description
Public method Static member CountTextForChars
Counts the text for chars.
Public method Static member GetRightText
Gets the right text.
Public method Static member IsNullable<(Of <<'(T>)>>)
Determines whether the specified object is nullable.
Public method Static member IsNullOrEmpty
Determines whether a string is null or empty.
Public method Static member LeftStr
Gets the left string value starting at length.
Public method Static member MidStr
Gets the left string value starting at index and ending at length.
Public method Static member NumTextToString
Removes all currency, percent, and thousands separator text from the text.
Public method Static member RightStr
Gets the right string value starting at length.
Public method Static member StripText
Strips the text of all the characters in the stripString.
Public method Static member ToBool
Converts to bool.
Public method Static member ToDecimal
Converts to decimal.
Public method Static member ToInt
Converts the string representation of a number to an integer.
Public method Static member TryParseDateTime
Tries the parse date time.
Public method Static member TryParseDecimal
Tries the parse decimal.