Endorphin.Core


Set

Namespace: Endorphin.Core
Parent Module: String

Create ASCII strings to set keys to values.

Functions and values

Function or valueDescription
key key
Signature: key:string -> byte []

Create the string for a key and no value.

value key value
Signature: key:string -> value:'?7389 -> byte []
Type parameters: '?7389

Create the string to set a given key to a given value, where the value to be written is found by calling its ToScpiString() method if it implements IScpiFormatable, verbatim if a byte array, or its obj.ToString() method otherwise.

Fork me on GitHub