Hello EE,
I have a member in a system.object of typename
TypeName: System.Management.Automation.PSCustomObject
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
name NoteProperty System.String name=tbl_Core_Auditing
TableDataSizeMB NoteProperty System.String TableDataSizeMB=5283
As you can see there is tabledatasizemb as type system.string , i wish to convert this to int32 for each element in the array
http://msdn.microsoft.com/en-us/library/system.int32.parse%28v=vs.110%29.aspx