Show / Hide Table of Contents

Class SpsCharacterSetExtension

Extensions methods for SpsCharacterSet

Inheritance
object
SpsCharacterSetExtension
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
public static class SpsCharacterSetExtension

Methods

| Edit this page View Source

Contains(SpsCharacterSet, char)

Returns if the character is part of the character set.

Declaration
public static bool Contains(this SpsCharacterSet characterSet, char ch)
Parameters
Type Name Description
SpsCharacterSet characterSet

character set

char ch

character

Returns
Type Description
bool

true if it is part of the character set, false if not

| Edit this page View Source

Contains(SpsCharacterSet, int)

Returns if the Unicode code point is part of the character set.

Declaration
public static bool Contains(this SpsCharacterSet characterSet, int codePoint)
Parameters
Type Name Description
SpsCharacterSet characterSet

character set

int codePoint

Unicode code point

Returns
Type Description
bool

true if it is part of the character set, false if not

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX