DictType.Stringlen Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the string length for an extended data type that is based on the string data type.
public:
virtual int Stringlen();
public virtual int Stringlen ();
abstract member Stringlen : unit -> int
override this.Stringlen : unit -> int
Public Overridable Function Stringlen () As Integer
Returns
An integer that indicates the string length; 0 (zero) if an extended data type is not based on the string data type.