System.ZXPCUInt.Convert C# (CSharp) Méthode

Convert() public méthode

public Convert ( object value ) : string
value object
Résultat string
        public string Convert(object value)
        {
            return ((uint)value).ToString();
        }

Same methods

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