Show / Hide Table of Contents

Class StringExtensions

Inheritance
System.Object
StringExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Lexers
Assembly: SpiceSharpParser.dll
Syntax
public static class StringExtensions

Methods

| Improve this Doc View Source

GetLastCharacter(String, out Int32)

Declaration
public static char? GetLastCharacter(this string line, out int position)
Parameters
Type Name Description
System.String line
System.Int32 position
Returns
Type Description
System.Nullable<System.Char>
| Improve this Doc View Source

IsEmptyLine(String)

Declaration
public static bool IsEmptyLine(this string line)
Parameters
Type Name Description
System.String line
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX