TechTalk Genome v4.2

NullableString.Concat Method 

Concatenates two specified instances of NullableString.

public static NullableString Concat(
   NullableString a,
   NullableString b
);

Parameters

a
A NullableString structure.
b
A NullableString structure.

Return Value

The concatenation of str0 and str1.

Remarks

An Empty string is used in place of any null argument.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableString Class | TechTalk.Genome.NullableTypes Namespace