Summary

public bool TryGetInt32(out int value)

Attempts to get this value as a int . Fills thevalueon success.

Returns

bool

trueif the value could be understood as this data type;falseotherwise

Parameters