'Declaration Public ReadOnly Property valueAsString As System.String
public System.String valueAsString { get; }
public: __property System.String get_valueAsString();
public:
property System.String valueAsString { System.String get(); }
'Declaration Public ReadOnly Property valueAsString As System.String
public System.String valueAsString { get; }
public: __property System.String get_valueAsString();
public:
property System.String valueAsString { System.String get(); }
It differs from value, which attempts to convert the contents of a field contents to an accepted format. For example, for a field with a value of "020", value returns the integer 20, while valueAsString returns the string "020".
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5