System.ZXPCInt.Convert C# (CSharp) Method

Convert() public method

public Convert ( object value ) : string
value object
return string
        public string Convert(object value)
        {
            return ((int)value).ToString();
        }

Same methods

ZXPCInt::Convert ( string s, object &value ) : bool
ZXPCInt