Class StringParameter
A string parameter.
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects.Parameters
Assembly: SpiceSharpParser.dll
Syntax
public class StringParameter : SingleParameter
Constructors
| Improve this Doc View SourceStringParameter(String, SpiceLineInfo)
Declaration
public StringParameter(string rawString, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | rawString | |
SpiceLineInfo | lineInfo |
Methods
| Improve this Doc View SourceClone()
Clones the object.
Declaration
public override SpiceObject Clone()
Returns
Type | Description |
---|---|
SpiceObject | A clone of the object. |
Overrides
| Improve this Doc View SourceToString()
Gets the string representation of the point.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |