Show / Hide Table of Contents

    TitleCase Procedure

    Codeunit Text Mgt.

    Converts a text with spaces to a text in title case, i.e. the first letter of each word is capitalized.

    Signature

    TitleCase(TextWithSpaces: Text) : Text
    

    Parameters

    TextWithSpaces Text

    The text with spaces.

    Returns

    Text

    The input text in title case.

    Example

    TitleCase('This is a test') Result: 'This Is A Test'

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX