| YBigIntegerMultiplyString Method | 
        
        
            Multiply two 
YBase prefixed string.
            
 Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
 Syntax
Syntaxpublic static string MultiplyString(
	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 product of the two strings.
 Exceptions
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
RemarksThe two 
YBase prefixed string should be in the same base.
 See Also
See Also