Show / Hide Table of Contents

Class StringParameter

A string parameter.

Inheritance
System.Object
SpiceObject
Parameter
SingleParameter
StringParameter
Inherited Members
Parameter.Value
SpiceObject.LineInfo
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 Source

StringParameter(String, SpiceLineInfo)

Declaration
public StringParameter(string rawString, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.String rawString
SpiceLineInfo lineInfo

Methods

| Improve this Doc View Source

Clone()

Clones the object.

Declaration
public override SpiceObject Clone()
Returns
Type Description
SpiceObject

A clone of the object.

Overrides
SpiceObject.Clone()
| Improve this Doc View Source

ToString()

Gets the string representation of the point.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
Parameter.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX