YBigIntegerAddString Method
|
Add two
YBase prefixed string.
Namespace: Upsilon.Common.LibraryAssembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax 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
StringThe
YBase prefixed string which is the sum of the two strings
Exceptions Exception | Condition |
---|
Exception | Occurs 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