Click or drag to resize

YBigIntegerMultiplyString Method

Multiply 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 MultiplyString(
	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 product 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