ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbProperCase Field

In This Topic
    vbProperCase Field
    In This Topic
    Specifies the proper case conversion type for the StrConv function, converting the first character of each word in a string to uppercase and the remaining characters to lowercase.
    Syntax
    'Declaration
     
    Public Const vbProperCase As VbStrConv
    public const VbStrConv vbProperCase
    See Also