Microsoft/PowerShell 썸네일형 리스트형 DateTime 변환 시 Format 관련 Powershell에서 String형을 datetime형으로 변환하기 위한 방법입니다.20160714 와 같은 format을 ToDateTime 이나 [datetime] 을 사용하여 변환하려고 하면 오류가 발생합니다.이럴때 ParseExact를 사용하여 현재 Format을 인지 시켜 줘야합니다. ParseExact의 Parameter는 다음과 같습니다. sType: System.String A string that contains a date and time to convert. formatType: System.String A format specifier that defines the required format of s. providerType: System.IFormatProvider An obj.. 더보기 Visual Studio에 Powershell 추가 방법 Visual Studio2013에 PowerShell을 추가하는 방법입니다. 기본 Project 생성 시 다음과 같이 Powershell 항목이 없는 것을 확인할 수 있습니다. 다음 경로에서 Powershell Tool을 다운로드 받습니다. https://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597 실행 시 아래와 같이 VSIX 관리자가 실행됩니다. 확장을 설치할 제품으로 Visual Studio를 선택한 후 설치를 누릅니다. 설치 후 새 프로젝트를 기동하면 아래와 같이 PowerShell 항목이 있음을 확인할 수 있습니다. 더보기 이전 1 다음