FallbackLocalTextSource.BreakUpString method

namespace: Serenity.Localization   assemblySerenity.Net.Core

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

public static string BreakUpString(string value)
parameter description
value

See Also