DictType.Stringright 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.
Indicates whether the string is right-justified for an extended data type that is based on the string data type.
public:
virtual bool Stringright();
public virtual bool Stringright ();
abstract member Stringright : unit -> bool
override this.Stringright : unit -> bool
Public Overridable Function Stringright () As Boolean
Returns
true if the string is right-justified; otherwise, false.
Remarks
The return value corresponds to the Adjustment property for the extended data type in the AOT.