VeriStand .NET API Reference

Table of Contents

I64Value.FromString Method

Converts the specified string to its Int64 equivalent.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides Function FromString ( _
	ValueString As String _
) As Boolean
C#
public override bool FromString(
	string ValueString
)
Visual C++
public:
virtual bool FromString(
	String^ ValueString
) override

Parameters

ValueString
Type: System.String
The string to convert to a 64-bit signed integer.

Return Value

true (True in Visual Basic) if the conversion succeeded; otherwise false (False in Visual Basic).

See Also

Log in to get a better experience