CmcRangeToString(String, RoundMode, String) Method
To String
Namespace: Metas.Vna.Database.CMCsAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public string ToString(
string format,
RoundMode mode = RoundMode.Round,
string unit = null
)
Public Function ToString (
format As String,
Optional mode As RoundMode = RoundMode.Round,
Optional unit As String = Nothing
) As String
public:
String^ ToString(
String^ format,
RoundMode mode = RoundMode::Round,
String^ unit = nullptr
)
member ToString :
format : string *
?mode : RoundMode *
?unit : string
(* Defaults:
let _mode = defaultArg mode RoundMode.Round
let _unit = defaultArg unit null
*)
-> string
- format String
- Format
- mode RoundMode (Optional)
- Round Mode
- unit String (Optional)
- Unit
String