Click or drag to resize

imbStringExtensionsimbGetAbbrevationVariants Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2017: Pravi varijacije od skracenice

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static List<string> imbGetAbbrevationVariants(
	this string source
)
Request Example View Source

Parameters

source
Type: SystemString
Skracenicu koju treba da varira - npr> doo

Return Value

Type: ListString
Lista varijacija

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).
Remarks

Predstavlja primenu enum wordVariationsMethodType.Abrevations

Primer: ako je uneto DOO pravi varijacije:

  • doo
  • d.o.o.
  • d. o. o.
  • Doo
  • DOO
See Also