Removes specified count of chars from the end of the source string.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void RemoveFromEnd( int count )
Public Sub RemoveFromEnd ( count As Integer )
public: void RemoveFromEnd( int count )
member RemoveFromEnd : count : int -> unit
Parameters
- count (Int32)
- Char count.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119