Click or drag to resize

YBigIntegerAddString Method

Add two YBase prefixed string.

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static string AddString(
	string strValue1,
	string strValue2
)

Parameters

strValue1  String
The first YBase prefixed string.
strValue2  String
The second YBase prefixed string.

Return Value

String
The YBase prefixed string which is the sum of the two strings
Exceptions
ExceptionCondition
ExceptionOccurs when one of the string are not valide or if the two strings are not in the same base.
Remarks
The two YBase prefixed string should be in the same base.
See Also