 | ToStrWrapNewT Method |
Static helper function to quickly wrap objects into
ToStrWrapT.
Namespace: CTExtensions.ExportCore.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static ToStrWrap<T> New<T>(
T obj,
string str = null
)
Public Shared Function New(Of T) (
obj As T,
Optional str As String = Nothing
) As ToStrWrap(Of T)
Parameters
- obj T
- str String (Optional)
Type Parameters
- T
Return Value
ToStrWrapT
Revision HistoryDate | Version | Description |
---|
- | 2025 SP1 | First Release |
See Also