QuantityCharacteristicToString Method
Returns a string representation of the given quantity characteristic.
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.171 -- Release Build+af1e6271f2015b03a58bc9ef784f0f2b9eeab0d2
public static string? ToString(
Guid quantityCharacteristicID
)
Public Shared Function ToString (
quantityCharacteristicID As Guid
) As String
public:
static String^ ToString(
Guid quantityCharacteristicID
)
Gemstone.PQDIF.Logical.QuantityCharacteristic.ToString = function(quantityCharacteristicID);
- quantityCharacteristicID Guid
- The GUID tag which identifies the quantity characteristic.
StringThe name of the given quantity characteristic.