[This is preliminary documentation and subject to change.]
Determines whether the last character of the given String matches the specified character.
true if the last character of value matches c; otherwise, false.
Missing <remarks> documentation for M:NAnt.Core.Util.StringUtils.EndsWith(System.String,System.Char)
Exception Type | Condition |
---|---|
ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
StringUtils Class | NAnt.Core.Util Namespace