Skip to content

FallbackLocalTextSource.BreakUpString method

Breaks up a string without spaces (e.g. LastDirectoryUpdate) into a normal string (e.g. 'Last Directory Update').

public static string BreakUpString(string value)
parameter description
value The string to break up.

Return Value

The string with spaces inserted before each capital letter.

See Also