Click or drag to resize

imbStringExtensionsimbTitleCamelOperation Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
V3.1: Pretvara camel naming convention string u normalan title. Ubacuje razmake i sredjuje prva slova.

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string imbTitleCamelOperation(
	this string source,
	bool setFirstCapital = true,
	bool inverse = false
)
Request Example View Source

Parameters

source
Type: SystemString
setFirstCapital (Optional)
Type: SystemBoolean
Da li prvo slovo treba da bude veliko
inverse (Optional)
Type: SystemBoolean
Ako je TRUE onda ima kontra efekat> Display Title pretvara u DisplayTitle ili displayTitle u zavisnosti od setFirstCapital

Return Value

Type: String
Preformatiran string

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also